powered by
SocketContextzmq
Context
zmq
R6Class
context = zmq$Context() socket = context$socket("ZMQ_REQ") socket$connect("tcp://localhost:5555") ### etc...
Run the code above in your browser using DataLab